QUERY PLAN
Bitmap Heap Scan on tbl_product_series (cost=31.99..54.49 rows=14 width=37)
Recheck Cond: (id = ANY ('{1240,743,172,742,1698,1033,1640,1699,592,813,596,1253,1254,1691}'::integer[]))
-> Bitmap Index Scan on tbl_product_series_pkey (cost=0.00..31.99 rows=14 width=0)
Index Cond: (id = ANY ('{1240,743,172,742,1698,1033,1640,1699,592,813,596,1253,1254,1691}'::integer[]))