QUERY PLAN
Bitmap Heap Scan on tbl_products (cost=8.57..15.22 rows=2 width=130)
Recheck Cond: (id = ANY ('{1956,1954}'::integer[]))
-> Bitmap Index Scan on tbl_products_pkey (cost=0.00..8.57 rows=2 width=0)
Index Cond: (id = ANY ('{1956,1954}'::integer[]))