QUERY PLAN
Bitmap Heap Scan on tbl_erp_inventory_products (cost=8.56..13.59 rows=2 width=127)
Recheck Cond: (id = ANY ('{497,496}'::integer[]))
-> Bitmap Index Scan on tbl_erp_inventory_products_pkey (cost=0.00..8.56 rows=2 width=0)
Index Cond: (id = ANY ('{497,496}'::integer[]))