INSERT INTO cscart_aprillock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '812aef741e8d98adaaa7f31ac0901a5fc0fbee7d0a51029ceecc0a395412ae9c', 
    '1/wHP1wXvRcNcCaIl7cmZJ3kfsrkzGFqbZRndMjiyCE=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00032

Result

int(1)