QUERY PLAN
Bitmap Heap Scan on tbl_erp_inventory_products (cost=31.13..43.32 rows=54 width=127)
Recheck Cond: (id = ANY ('{371,372,369,373,379,309,386,385,382,378,377,376,375,381,398,384,399,380,410,400,388,397,396,395,392,391,394,393,387,390,389,402,403,404,408,406,407,405,414,415,416,413,412,411,409,427,426,425,424,422,428,436,435,438}'::integer[]))
-> Bitmap Index Scan on tbl_erp_inventory_products_pkey (cost=0.00..31.12 rows=54 width=0)
Index Cond: (id = ANY ('{371,372,369,373,379,309,386,385,382,378,377,376,375,381,398,384,399,380,410,400,388,397,396,395,392,391,394,393,387,390,389,402,403,404,408,406,407,405,414,415,416,413,412,411,409,427,426,425,424,422,428,436,435,438}'::integer[]))