INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '430f541626fae1a3c0964d7ac731fda7eb09e2f6b09645e56391ed3b87014e29', 
    '/edtBMYo5IfuL1ZO/2HouH7iUEIAorlUgao+JJhiG8c=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00034

Result

int(1)