UPDATE 
  cscart_product_popularity 
SET 
  `viewed` = 31, 
  `added` = 0, 
  `deleted` = 0, 
  `bought` = 0, 
  `total` = 93 
WHERE 
  product_id IN (
    11090, 11091, 11092, 11093, 11094, 11095, 
    11096, 11097, 11098, 11099, 11100, 
    11101, 11102, 11103, 11104, 11105, 
    11106, 11107, 11108, 11109, 11110
  )

Query time 0.00043