UPDATE 
  cscart_product_popularity 
SET 
  `viewed` = 31, 
  `added` = 0, 
  `deleted` = 0, 
  `bought` = 0, 
  `total` = 93 
WHERE 
  product_id IN (
    11260, 11261, 11262, 11263, 11264, 11265, 
    11266, 11267, 11268, 11269, 11270, 
    11271, 11272, 11273, 11274, 11275, 
    11276, 11277, 11278
  )

Query time 0.00030