INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'af2829172e9af9662a6090b8ced3681f596409caaa904eaa3519f0022ce4d1f1', 
    'DCA9K6Ip6u83+QOsW1nLXB6g66+IO40VNOdwqXQpfVY=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00022

Result

int(1)