INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '523df1d5e19a1784516842871fc319f1df545f97c2b95a4cd3499075dec37e43', 
    '4KEV+oxUISeUBTBtd8gxRPOcY1jmxz4TG8GGnga17L0=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00021

Result

int(1)