UPDATE 
  cscart_product_popularity 
SET 
  `viewed` = 18, 
  `added` = 0, 
  `deleted` = 0, 
  `bought` = 0, 
  `total` = 54 
WHERE 
  product_id IN (
    13191, 13192, 13193, 13194, 13195, 13196
  )

Query time 0.00139

Result

int(6)