INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '717daa33da9bbe0b6be0e278b7ebf930d5928a0ee1617e8f4232f90481a90b51', 
    '3i/HZiIjsO8nxB3/Yfkean4buJalwnQGVYs/40tFVfg=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00018

Result

int(1)