UPDATE 
  cscart_product_popularity 
SET 
  `viewed` = 7, 
  `added` = 0, 
  `deleted` = 0, 
  `bought` = 0, 
  `total` = 21 
WHERE 
  product_id IN (
    13219, 13220, 13221, 13222, 13223, 13224
  )

Query time 0.00250

Result

int(6)