QUERY PLAN
Sort (cost=20.71..20.72 rows=1 width=30)
Sort Key: sort
-> Bitmap Heap Scan on tbl_term_taxonomies (cost=14.20..20.70 rows=1 width=30)
Recheck Cond: (id = ANY ('{1,2,229,5,226,215,136,140,135,160,184,187,183,194,196,204,189,198,202,185,191,197,199,340,324,349,354,369,371,377,350,333,437,164,181,172,142,165,130,128}'::integer[]))
Filter: (term_id = 13)
-> Bitmap Index Scan on tbl_term_taxonomies_pkey (cost=0.00..14.20 rows=40 width=0)
Index Cond: (id = ANY ('{1,2,229,5,226,215,136,140,135,160,184,187,183,194,196,204,189,198,202,185,191,197,199,340,324,349,354,369,371,377,350,333,437,164,181,172,142,165,130,128}'::integer[]))