QUERY PLAN
Bitmap Heap Scan on tbl_products (cost=31.42..57.97 rows=12 width=130)
Recheck Cond: (id = ANY ('{1340,849,1471,1787,1788,1789,1107,1895,1896,1897,1956,1954}'::integer[]))
-> Bitmap Index Scan on tbl_products_pkey (cost=0.00..31.42 rows=12 width=0)
Index Cond: (id = ANY ('{1340,849,1471,1787,1788,1789,1107,1895,1896,1897,1956,1954}'::integer[]))