INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '41b2399e8de9cbeea9c9ad7344df3183589682104f2d3196445f8326345bed4d', 
    'UFVCYsytANtMGAq/tv6U/SJ0+8KpNNbZJBhtPwYkh+Y=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00040

Result

int(1)