QUERY PLAN
Bitmap Heap Scan on tbl_products (cost=17.44..32.82 rows=5 width=156)
Recheck Cond: (id = ANY ('{2261,1372,2269,1929,2177}'::integer[]))
-> Bitmap Index Scan on tbl_products_pkey (cost=0.00..17.44 rows=5 width=0)
Index Cond: (id = ANY ('{2261,1372,2269,1929,2177}'::integer[]))