SELECT 
  * 
FROM 
  cscart_vd_vendor_optional_questions 
WHERE 
  brand_id = 280

Query time 0.00106

JSON explain

{
  "query_block": {
    "select_id": 1,
    "nested_loop": [
      {
        "table": {
          "table_name": "cscart_vd_vendor_optional_questions",
          "access_type": "ref",
          "possible_keys": ["brand_id"],
          "key": "brand_id",
          "key_length": "4",
          "used_key_parts": ["brand_id"],
          "ref": ["const"],
          "rows": 1,
          "filtered": 100
        }
      }
    ]
  }
}

Result

id brand_id optional_data
280 280 {"vintage_start_year":"2020","use_images_social":"Sí","optional_name":"Gissel Sandoval","newsletter_interest":"Sí","newsletter_email":"enriqelg1@gmail.com","council_participation":"Sí","marketplace_interest":"Sí","anything_else_txt":"","fashion_revolution_knowledge":"No, es la primera vez que escucho sobre ellos.","fashion_revolution_events":"Tal vez, dependiendo del tipo de evento o campaña.","fashion_revolution_importance":"Muy importante, son esenciales para el cambio.","fashion_revolution_interview":"Quizás en el futuro"}