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

Query time 0.00029

Result

int(1)