QUERY PLAN
Bitmap Heap Scan on tbl_projects (cost=25.73..46.76 rows=6 width=30)
Recheck Cond: (id = ANY ('{3899,3886,3890,3857,3760,3855}'::integer[]))
-> Bitmap Index Scan on tbl_projects_pkey (cost=0.00..25.73 rows=6 width=0)
Index Cond: (id = ANY ('{3899,3886,3890,3857,3760,3855}'::integer[]))