QUERY PLAN
Bitmap Heap Scan on tbl_clients (cost=39.99..101.72 rows=28 width=49)
Recheck Cond: (id = ANY ('{93,2130,2125,2128,3462,3389,3009,982,2593,2150,3457,20,2182,3286,1172,2032,3448,89,3451,2021,79,3443,2526,3377,12,3438,57,3435}'::integer[]))
-> Bitmap Index Scan on tbl_clients_pkey (cost=0.00..39.98 rows=28 width=0)
Index Cond: (id = ANY ('{93,2130,2125,2128,3462,3389,3009,982,2593,2150,3457,20,2182,3286,1172,2032,3448,89,3451,2021,79,3443,2526,3377,12,3438,57,3435}'::integer[]))