QUERY PLAN
Bitmap Heap Scan on tbl_products (cost=17.43..32.39 rows=5 width=142)
Recheck Cond: (id = ANY ('{2059,2057,2055,2058,2056}'::integer[]))
-> Bitmap Index Scan on tbl_products_pkey (cost=0.00..17.43 rows=5 width=0)
Index Cond: (id = ANY ('{2059,2057,2055,2058,2056}'::integer[]))