INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '5ec58929a243697625f7634760d71e17c0990129362bf50730c1b3e1b05c74cf', 
    'ycCFLHBlPgPLdKfvwHkGFXusw16Qm9Qfi8Lmo/KgBXA=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00031

Result

int(1)