UPDATE 
  cscart_product_popularity 
SET 
  `viewed` = 31, 
  `added` = 0, 
  `deleted` = 0, 
  `bought` = 0, 
  `total` = 93 
WHERE 
  product_id IN (
    11216, 11217, 11218, 11219, 11220, 11221, 
    11222, 11223, 11224, 11225, 11226, 
    11227, 11228, 11229, 11230, 11231, 
    11232, 11233, 11234, 11235, 11236
  )

Query time 0.00032