INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '0d4720e804164da8415d08ab11c304e0b2deb4ce2bb2eb7010598112e448e9e3', 
    'IQ3St20yIghJqRKRORSk7xRGU2qlYHD0Ke/Yaf5BWfI=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00035

Result

int(1)