QUERY PLAN
Bitmap Heap Scan on tbl_product_series (cost=32.56..58.18 rows=30 width=37)
Recheck Cond: (id = ANY ('{857,1382,1359,1404,1448,1504,999,1505,1506,1507,612,1579,1580,607,618,784,31,1243,1583,1603,1605,1608,1610,1604,315,801,615,666,1012,1047}'::integer[]))
-> Bitmap Index Scan on tbl_product_series_pkey (cost=0.00..32.55 rows=30 width=0)
Index Cond: (id = ANY ('{857,1382,1359,1404,1448,1504,999,1505,1506,1507,612,1579,1580,607,618,784,31,1243,1583,1603,1605,1608,1610,1604,315,801,615,666,1012,1047}'::integer[]))