QUERY PLAN
Bitmap Heap Scan on tbl_products (cost=17.14..29.70 rows=4 width=151)
Recheck Cond: (id = ANY ('{2155,1197,2153,956}'::integer[]))
-> Bitmap Index Scan on tbl_products_pkey (cost=0.00..17.14 rows=4 width=0)
Index Cond: (id = ANY ('{2155,1197,2153,956}'::integer[]))