INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'b75cc807be7bc094516d150809cd19588207f5c12c910f10522de342c5215dfc', 
    'aRo052uMZnk1QSElcxuUwve+fxl6ge6sHVU2OnoHKEQ=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00045

Result

int(1)