QUERY PLAN
Bitmap Heap Scan on tbl_projects (cost=39.74..80.40 rows=13 width=34)
Recheck Cond: (id = ANY ('{4079,3559,3801,3802,3682,3249,3446,3330,3350,3294,3314,3168,2867}'::integer[]))
-> Bitmap Index Scan on tbl_projects_pkey (cost=0.00..39.74 rows=13 width=0)
Index Cond: (id = ANY ('{4079,3559,3801,3802,3682,3249,3446,3330,3350,3294,3314,3168,2867}'::integer[]))