INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '9c7d0027f78b8b7771e09403da08f5c21744e74433206e29703de2c39038f0b9', 
    'x8yiQf0BW0ofCjvWP4u8V7Sog1OCiF68aQylJoU6bdg=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00055

Result

int(1)