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

Query time 0.00046

JSON explain

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