QUERY PLAN
Bitmap Heap Scan on tbl_clients (cost=43.42..105.25 rows=26 width=49)
Recheck Cond: (id = ANY ('{1661,1188,3415,12,3309,3286,1301,3281,2146,57,1181,189,24,2589,2221,3408,42,402,20,304,2136,48,518,497,3389,3381}'::integer[]))
-> Bitmap Index Scan on tbl_clients_pkey (cost=0.00..43.41 rows=26 width=0)
Index Cond: (id = ANY ('{1661,1188,3415,12,3309,3286,1301,3281,2146,57,1181,189,24,2589,2221,3408,42,402,20,304,2136,48,518,497,3389,3381}'::integer[]))