SELECT 
  caption1_text, 
  caption1_class, 
  caption1_settings, 
  caption2_text, 
  caption2_class, 
  caption2_settings, 
  caption3_text, 
  caption3_class, 
  caption3_settings, 
  thumbnail_title, 
  thumbnail_description 
FROM 
  ushop_banner_descriptions 
WHERE 
  banner_id = 25 
  AND lang_code = 'es'

Query time 0.00147

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "1.00"
    },
    "table": {
      "table_name": "ushop_banner_descriptions",
      "access_type": "const",
      "possible_keys": [
        "PRIMARY"
      ],
      "key": "PRIMARY",
      "used_key_parts": [
        "banner_id",
        "lang_code"
      ],
      "key_length": "9",
      "ref": [
        "const",
        "const"
      ],
      "rows_examined_per_scan": 1,
      "rows_produced_per_join": 1,
      "filtered": "100.00",
      "cost_info": {
        "read_cost": "0.00",
        "eval_cost": "0.10",
        "prefix_cost": "0.00",
        "data_read_per_join": "7K"
      },
      "used_columns": [
        "banner_id",
        "lang_code",
        "thumbnail_title",
        "thumbnail_description",
        "caption1_text",
        "caption1_class",
        "caption1_settings",
        "caption2_text",
        "caption2_class",
        "caption2_settings",
        "caption3_text",
        "caption3_class",
        "caption3_settings"
      ]
    }
  }
}

Result

caption1_text caption1_class caption1_settings caption2_text caption2_class caption2_settings caption3_text caption3_class caption3_settings thumbnail_title thumbnail_description