QUERY PLAN
Bitmap Heap Scan on tbl_projects (cost=30.88..62.94 rows=10 width=47)
Recheck Cond: (id = ANY ('{1982,2033,1845,2761,1806,1770,2859,2849,2427,2671}'::integer[]))
-> Bitmap Index Scan on tbl_projects_pkey (cost=0.00..30.88 rows=10 width=0)
Index Cond: (id = ANY ('{1982,2033,1845,2761,1806,1770,2859,2849,2427,2671}'::integer[]))