QUERY PLAN
Bitmap Heap Scan on tbl_projects (cost=61.76..123.76 rows=20 width=30)
Recheck Cond: (id = ANY ('{2939,3872,3851,3660,3515,3149,2953,3273,3272,3215,3261,3269,3265,3238,3192,3251,3235,3217,2997,3176}'::integer[]))
-> Bitmap Index Scan on tbl_projects_pkey (cost=0.00..61.75 rows=20 width=0)
Index Cond: (id = ANY ('{2939,3872,3851,3660,3515,3149,2953,3273,3272,3215,3261,3269,3265,3238,3192,3251,3235,3217,2997,3176}'::integer[]))