INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'f8877e298d923b24027883ad862ebff098ba6eb3aacf7ee676f2fc40047e738b', 
    'RA+Wghxefa44oT/Xht2P9BOlT4+VYeJzZ7KgMUgSE38=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00041

Result

int(1)