QUERY PLAN
Bitmap Heap Scan on tbl_product_series (cost=32.56..56.92 rows=16 width=37)
Recheck Cond: (id = ANY ('{29,743,1694,172,1697,742,531,1698,1033,1640,1699,1374,618,1613,1691,1382}'::integer[]))
-> Bitmap Index Scan on tbl_product_series_pkey (cost=0.00..32.56 rows=16 width=0)
Index Cond: (id = ANY ('{29,743,1694,172,1697,742,531,1698,1033,1640,1699,1374,618,1613,1691,1382}'::integer[]))