QUERY PLAN
Bitmap Heap Scan on tbl_projects (cost=25.73..46.76 rows=6 width=34)
Recheck Cond: (id = ANY ('{3950,3941,3927,3947,3807,3256}'::integer[]))
-> Bitmap Index Scan on tbl_projects_pkey (cost=0.00..25.73 rows=6 width=0)
Index Cond: (id = ANY ('{3950,3941,3927,3947,3807,3256}'::integer[]))