QUERY PLAN
Bitmap Heap Scan on tbl_projects (cost=44.89..95.96 rows=17 width=43)
Recheck Cond: (id = ANY ('{3441,3424,3371,3372,3269,3216,3251,3318,3235,3265,3281,3274,3263,3195,3157,3300,3246}'::integer[]))
-> Bitmap Index Scan on tbl_projects_pkey (cost=0.00..44.89 rows=17 width=0)
Index Cond: (id = ANY ('{3441,3424,3371,3372,3269,3216,3251,3318,3235,3265,3281,3274,3263,3195,3157,3300,3246}'::integer[]))