QUERY PLAN
Bitmap Heap Scan on tbl_product_series (cost=28.28..50.71 rows=15 width=37)
Recheck Cond: (id = ANY ('{1240,1307,1353,1354,1381,592,1524,1198,743,889,1125,567,744,739,523}'::integer[]))
-> Bitmap Index Scan on tbl_product_series_pkey (cost=0.00..28.28 rows=15 width=0)
Index Cond: (id = ANY ('{1240,1307,1353,1354,1381,592,1524,1198,743,889,1125,567,744,739,523}'::integer[]))