QUERY PLAN
Bitmap Heap Scan on tbl_products (cost=21.71..39.09 rows=6 width=142)
Recheck Cond: (id = ANY ('{2049,2069,2066,2064,2068,2067}'::integer[]))
-> Bitmap Index Scan on tbl_products_pkey (cost=0.00..21.71 rows=6 width=0)
Index Cond: (id = ANY ('{2049,2069,2066,2064,2068,2067}'::integer[]))