INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '0e2a204bee32f8f672367775062f09144ed3b7ecad532905d29efe9b1d32dec6', 
    'o0sShzuL1M9I4janXAjsg0C0ZpCKxxf10c2D+hAg5AQ=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00045

Result

int(1)