INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'c5154ed48ed1c5e17676909094cd1b09ade2cbe6b496f3d1c5e2a7b0356f0b01', 
    'M+/yHqln/SXrqZGh/BbyR8nrjggGqgxpQD0084pRAtc=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00021

Result

int(1)