QUERY PLAN
Sort (cost=20.18..20.19 rows=1 width=22)
Sort Key: sort
-> Bitmap Heap Scan on tbl_term_taxonomies (cost=13.89..20.17 rows=1 width=22)
Recheck Cond: (id = ANY ('{2,229,1,5,226,215,135,136,160,140,184,189,308,310,187,196,204,185,191,192,340,348,349,369,371,375,356,324,377,350,333,437,410,164,181,130,165,128}'::integer[]))
Filter: (term_id = 10)
-> Bitmap Index Scan on tbl_term_taxonomies_pkey (cost=0.00..13.89 rows=38 width=0)
Index Cond: (id = ANY ('{2,229,1,5,226,215,135,136,160,140,184,189,308,310,187,196,204,185,191,192,340,348,349,369,371,375,356,324,377,350,333,437,410,164,181,130,165,128}'::integer[]))