INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'c1fa60a6c4628da054ab556ead475606a7e11b5a95d45f4ca8f32d7162abdfe1', 
    'v6Nia3kuJ7BaurJ7C52PL71Y0o7ed4UhvkDgZ+vw2cs=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00017

Result

int(1)