INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '79bfcbef1ab68cc11fc15da7588888d3b1a4d4d922f7d197b58584481d231705', 
    'UttF3uV0SWA+q0hLRyiuj86ycC+MP2QT5M2l60D8O1Y=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00055

Result

int(1)