QUERY PLAN
Bitmap Heap Scan on tbl_projects (cost=35.45..73.29 rows=12 width=30)
Recheck Cond: (id = ANY ('{1077,931,730,2434,1001,331,269,1571,2076,367,2055,898}'::integer[]))
-> Bitmap Index Scan on tbl_projects_pkey (cost=0.00..35.45 rows=12 width=0)
Index Cond: (id = ANY ('{1077,931,730,2434,1001,331,269,1571,2076,367,2055,898}'::integer[]))