INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '16f96c37ac347438722f46f7f341ca02a431eab0608e39dcd9be8d0789b73f8c', 
    '8hoKDIV46mXgjls04SleYCGEwBYeusSacH4YPzE/pCs=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00033

Result

int(1)