INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '2890815dca9cf2eae8ad70c3aca60bd2e273011706739ef3da3c1ee5a0fedf96', 
    '66FVkiYzh7XrMkBcfYfohpdRX5Hr/YFV+39GWvgJ6Tg=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00047

Result

int(1)