SELECT 
  note_required 
FROM 
  cscart_product_option_variants 
WHERE 
  option_id = 1069 
  AND variant_id = 1

Query time 0.00044

JSON explain

{
  "query_block": {
    "select_id": 1,
    "message": "no matching row in const table"
  }
}