UPDATE 
  cscart_product_popularity 
SET 
  `viewed` = 31, 
  `added` = 0, 
  `deleted` = 0, 
  `bought` = 0, 
  `total` = 93 
WHERE 
  product_id IN (
    11048, 11049, 11050, 11051, 11052, 11053, 
    11054, 11055, 11056, 11057, 11058, 
    11059, 11060, 11061, 11062, 11063, 
    11064, 11065, 11066
  )

Query time 0.00089