INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '7b10fd0ec79358de80df0ec6cf4ecbc9099e6cf2c914b4e240306919659fb560', 
    'NLtAcZ5MV/pgTUCop+epG6GL+lthreL7445RunjehH4=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00027

Result

int(1)