INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'fd7fec82e8409fa21e02538f47f7f94301579dcc53bf14cfaeca8530761e327b', 
    '07qguJ524JQEn5GiM3mbBllBCzpyJZx44NfFwEh/K+Y=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00046

Result

int(1)