INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'a792fe979a4fc53380636d5da12fde5c881884504b86723f12df6cfb5ec1231c', 
    'RrOUl+7X8QmxT+RUcTwwxR/t+/pigw/cdQQZLAmbJNM=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00020

Result

int(1)