INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '7af22d55da04feb4b7d5d96668453e2fa359de4aa18f814239cf228d332f7c72', 
    'YrRWsPNbMBaeyD6Eg+ptG2/6b4SHybeqR/5ssV2ZJ78=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00024

Result

int(1)