INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'ae49af0c96da4a5e62349eb6c9d2b9270ca23ea50d766e976dac663f797e0f18', 
    'ReTX/d9+Z73AvRxnKlX+rt6ciEt03KtIjBj/oIYA2hs=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00032

Result

int(1)