JOIN VIA INDEXED COLUMN is a search strategy of the SQL optimizer.
The database system can use this search strategy if an index was created for the join column and this index only contains this one column.
The database system accesses the rows of the table that is to be linked via the index of the join column.