UPDATE 
  cscart_product_popularity 
SET 
  `viewed` = 31, 
  `added` = 0, 
  `deleted` = 0, 
  `bought` = 0, 
  `total` = 93 
WHERE 
  product_id IN (
    11910, 11911, 11912, 11913, 11914, 11915, 
    11916, 11917, 11918, 11919, 11920, 
    11921, 11922, 11923, 11924, 11925, 
    11926, 11927, 11928
  )

Query time 0.00154