UPDATE 
  cscart_product_popularity 
SET 
  `viewed` = 2679, 
  `added` = 2, 
  `deleted` = 2, 
  `bought` = 1, 
  `total` = 8067 
WHERE 
  product_id IN (
    2946, 20599, 20600, 20601, 20602, 20603, 
    20604, 20605, 20606, 20607, 20608, 
    20609
  )

Query time 0.00232

Result

int(12)