INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '6a36fa39f50eb3c36c0ad4df90fe012085b6969a61ae444371cde4b49bde2080', 
    'hFqtUJt+TuJ6hFGgzbhgElDKjL6iU1oKcr3T5wJDxTM=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00022

Result

int(1)