NO STRATEGY NOW (ONLY AT EXECUTION TIME) is a search strategy of the SQL Optimizer.
If the column values of a subquery are not known until the subquery is executed, then the most effective search strategy for accessing the table is not determined until the values are provided.
See also:
EXPLAIN Statement for SELECT Statements with Subqueries