QUERY PLAN
Bitmap Heap Scan on tbl_products (cost=21.71..39.24 rows=6 width=143)
Recheck Cond: (id = ANY ('{1241,2090,2091,2087,2088,2095}'::integer[]))
-> Bitmap Index Scan on tbl_products_pkey (cost=0.00..21.71 rows=6 width=0)
Index Cond: (id = ANY ('{1241,2090,2091,2087,2088,2095}'::integer[]))