UPDATE 
  cscart_product_popularity 
SET 
  `viewed` = 36, 
  `added` = 0, 
  `deleted` = 0, 
  `bought` = 0, 
  `total` = 108 
WHERE 
  product_id IN (
    12380, 12381, 12382, 12383, 12384, 12385, 
    12386, 12387, 12388, 12389, 12390, 
    12391, 12392, 12393, 12394, 12395, 
    12396, 12397, 12398, 12399, 12400, 
    12401, 12402, 12403, 12404, 12405, 
    12406, 12407, 12408, 12409, 12410, 
    12411, 12412, 12413, 12414, 12415, 
    12416, 12417, 12418, 12419, 12420, 
    12421, 12422, 12423
  )

Query time 0.00554

Result

int(44)