QUERY PLAN
Bitmap Heap Scan on tbl_clients (cost=36.85..80.68 rows=17 width=49)
Recheck Cond: (id = ANY ('{2526,3303,2091,3265,3317,3326,3270,3328,3287,3329,2714,3299,3334,3327,3333,2842,3278}'::integer[]))
-> Bitmap Index Scan on tbl_clients_pkey (cost=0.00..36.84 rows=17 width=0)
Index Cond: (id = ANY ('{2526,3303,2091,3265,3317,3326,3270,3328,3287,3329,2714,3299,3334,3327,3333,2842,3278}'::integer[]))