START

with known data

The STARTclause should only be used when accessing legacy indexes.
In all other cases, use MATCHinstead.

Reference: START manual page
Related: :help MATCH :help RETURN :help Cypher
START n=node:names(name = "A")
RETURN n
The query returns the node indexed with the name "A" in the legacy index name "names".