QUERY PLAN
Bitmap Heap Scan on tbl_products (cost=17.14..29.31 rows=4 width=130)
Recheck Cond: (id = ANY ('{969,1586,1657,1956}'::integer[]))
-> Bitmap Index Scan on tbl_products_pkey (cost=0.00..17.14 rows=4 width=0)
Index Cond: (id = ANY ('{969,1586,1657,1956}'::integer[]))