QUERY PLAN
Bitmap Heap Scan on tbl_clients (cost=47.12..132.14 rows=53 width=49)
Recheck Cond: (id = ANY ('{295,3101,2585,149,399,891,3337,27,530,57,248,3294,79,2499,982,586,521,2472,2019,989,3216,2803,538,3241,1293,2128,1060,895,169,56,1283,190,1492,3286,528,1296,1659,3431,1403,23,3210,1464,473,121,2359,2838,3445,3158,16,2424,1230,2712,3267}'::integer[]))
-> Bitmap Index Scan on tbl_clients_pkey (cost=0.00..47.11 rows=53 width=0)
Index Cond: (id = ANY ('{295,3101,2585,149,399,891,3337,27,530,57,248,3294,79,2499,982,586,521,2472,2019,989,3216,2803,538,3241,1293,2128,1060,895,169,56,1283,190,1492,3286,528,1296,1659,3431,1403,23,3210,1464,473,121,2359,2838,3445,3158,16,2424,1230,2712,3267}'::integer[]))