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

Query time 0.00032

Result

int(1)