INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '5ea711d711141e01ca1723e545df27d30966574cbeaeceb976b572fcc2cb694b', 
    '8KICtXHvmlhSFwg/AC1FWXAqp8UbCtinVJgem/hZY6Q=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00042

Result

int(1)