QUERY PLAN
Bitmap Heap Scan on tbl_product_series (cost=29.42..53.29 rows=19 width=37)
Recheck Cond: (id = ANY ('{1345,1382,1359,1419,1448,593,1504,1505,1506,1507,612,607,999,31,1243,315,588,666,1047}'::integer[]))
-> Bitmap Index Scan on tbl_product_series_pkey (cost=0.00..29.41 rows=19 width=0)
Index Cond: (id = ANY ('{1345,1382,1359,1419,1448,593,1504,1505,1506,1507,612,607,999,31,1243,315,588,666,1047}'::integer[]))