UPDATE 
  cscart_product_popularity 
SET 
  `viewed` = 2147, 
  `added` = 0, 
  `deleted` = 0, 
  `bought` = 0, 
  `total` = 6441 
WHERE 
  product_id IN (
    32138, 32139, 32140, 32141, 32142, 32143, 
    32144, 32145, 32146
  )

Query time 0.00152

Result

int(9)