INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '3af1af5c4817d6ab588b2b6574757d3379227f13963dde2e7eda48e82b772a36', 
    'OqguxqywxJ8h9e83/H21Qh0qv2My4LQKxV5eg585Gq8=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00051

Result

int(1)