INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '9e326162e493b121236d664af7370b0276011c2d6670d945f484d17a8c70e454', 
    'esgjYXRyetlIrKxhokCC5uo5jpeaJDBXge4qsPLYoO0=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00048

Result

int(1)