INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '1145910dde9fe0fd853e20e54e4b51e12b02690f211448c36030134b648d08e6', 
    'NHr1Dgz4DSYCTBV81hwLitPYaJt9m4BS7RCtBEhCxe4=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00024

Result

int(1)