UPDATE 
  cscart_product_popularity 
SET 
  `viewed` = 34, 
  `added` = 0, 
  `deleted` = 0, 
  `bought` = 0, 
  `total` = 102 
WHERE 
  product_id IN (
    11174, 11175, 11176, 11177, 11178, 11179, 
    11180, 11181, 11182, 11183, 11184, 
    11185, 11186, 11187, 11188, 11189, 
    11190, 11191, 11192, 11193, 11194
  )

Query time 0.00028