INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'be68beb0bcc9c1762694026858e8cc7420d6904e487e0cd216d4d1992b057406', 
    'xLhSlZN4xvE4Eei6tfAGtilbGcsc8kskxrt4gPqFXi0=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00017

Result

int(1)