INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'eab66cee18d2c327b243e58c55f265599c8693a8912777eb454ed262e5248e2f', 
    '9GZWF5C5JBLMAl/Xu7gP/5i8eMjtw3ct2UoW56LanF4=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00036

Result

int(1)