INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'f63e2b41d0ff6d06ef95be9d49f2e70844d66d073aa8fe9c7e33b65779749dcb', 
    'X14hvufruPoqBKAAdYecMYpwiNONB7Z3qawBcwWjJEA=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00038

Result

int(1)