QUERY PLAN
Bitmap Heap Scan on tbl_clients (cost=37.13..83.18 rows=18 width=49)
Recheck Cond: (id = ANY ('{10,895,169,56,917,2774,49,24,121,1283,2150,426,408,2671,660,20,1976,2017}'::integer[]))
-> Bitmap Index Scan on tbl_clients_pkey (cost=0.00..37.13 rows=18 width=0)
Index Cond: (id = ANY ('{10,895,169,56,917,2774,49,24,121,1283,2150,426,408,2671,660,20,1976,2017}'::integer[]))