QUERY PLAN
Bitmap Heap Scan on tbl_products (cost=31.42..57.97 rows=12 width=30)
Recheck Cond: (id = ANY ('{941,923,942,1956,1770,950,1529,1955,922,542,1954,1953}'::integer[]))
-> Bitmap Index Scan on tbl_products_pkey (cost=0.00..31.42 rows=12 width=0)
Index Cond: (id = ANY ('{941,923,942,1956,1770,950,1529,1955,922,542,1954,1953}'::integer[]))