QUERY PLAN
Bitmap Heap Scan on tbl_projects (cost=45.76..101.23 rows=20 width=30)
Recheck Cond: (id = ANY ('{3215,3254,3231,3244,3234,3188,3112,3165,3141,3116,3072,2955,3060,3011,2980,2959,2906,2859,2861,2833}'::integer[]))
-> Bitmap Index Scan on tbl_projects_pkey (cost=0.00..45.75 rows=20 width=0)
Index Cond: (id = ANY ('{3215,3254,3231,3244,3234,3188,3112,3165,3141,3116,3072,2955,3060,3011,2980,2959,2906,2859,2861,2833}'::integer[]))