INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '1d2555f2862d3d8b64247c58eb28e4b9719052cd1e6ae9a940111c216698dbc2', 
    'cDJ1QVwiRSqDZYIQ+GxubKbvK5CTvxwr9IhDGlRAWLc=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00033

Result

int(1)