SELECT 
  * 
FROM 
  cscart_vd_vendor_optional_questions 
WHERE 
  brand_id = 274

Query time 0.00045

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
274 274 {"vintage_start_year":"2019","use_images_social":"Sí","optional_name":"Erika Ayala, mucho gusto!","newsletter_interest":"Sí","newsletter_email":"erika_ayalap@hotmail.com","council_participation":"Sí","marketplace_interest":"Sí","anything_else_txt":"","fashion_revolution_knowledge":"Sí, estoy muy familiarizado\/a.","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"}