O que você realmente quer é "OR", não "AND". Se "AND" for usado, então, logicamente, você não obterá linhas (a menos que a linha seja algo como "MyVariable = False ... MyVariable = True".
Use "grep estendido" e o operador OR ( |
).
grep -E 'MyVariable = False|MyVariable = True' FormA.frm