QUERY PLAN
Bitmap Heap Scan on tbl_products (cost=21.73..39.66 rows=6 width=156)
Recheck Cond: (id = ANY ('{941,2129,2171,2242,2269,1372}'::integer[]))
-> Bitmap Index Scan on tbl_products_pkey (cost=0.00..21.73 rows=6 width=0)
Index Cond: (id = ANY ('{941,2129,2171,2242,2269,1372}'::integer[]))