INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '3f96d4386442e48f092a490ee4462c56c90a567ee70769f1517063f5c3aa5bf5', 
    'tURCFafFDMLPqP6KFZlJR4orxxw/ueGAYA+henA4bi0=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00032

Result

int(1)