A column filteredis an estimated percentage that indicates the number of rows that will be joined to the previous table. In your case 100%, that is , i.e. All lines.
rows, as you apparently know, is an estimate of the number of rows considered in the query, so it rows x filtered / 100will be the number of connections that should be made (the number of rows left after applying the table).
. MySQL Optimizer - MySQL Query Optimizer ( 10).
EDIT:
High performance MySQL (2- ) , , (filtered) ALL, index, range index_merge.