QUERY PLAN
Bitmap Heap Scan on tbl_products (cost=8.58..15.41 rows=2 width=156)
Recheck Cond: (id = ANY ('{2269,2262}'::integer[]))
-> Bitmap Index Scan on tbl_products_pkey (cost=0.00..8.58 rows=2 width=0)
Index Cond: (id = ANY ('{2269,2262}'::integer[]))