SELECT 
  * 
FROM 
  cscart_vd_vendor_images 
WHERE 
  brand_id = 206 
  AND image_type = 'A'

Query time 0.00046

JSON explain

{
  "query_block": {
    "select_id": 1,
    "nested_loop": [
      {
        "table": {
          "table_name": "cscart_vd_vendor_images",
          "access_type": "ref",
          "possible_keys": ["brand_id"],
          "key": "brand_id",
          "key_length": "4",
          "used_key_parts": ["brand_id"],
          "ref": ["const"],
          "rows": 5,
          "filtered": 100,
          "attached_condition": "cscart_vd_vendor_images.image_type = 'A'"
        }
      }
    ]
  }
}

Result

id brand_id image_type image_path image_name image_size image_type_mime
1228 206 A images/vendor_directory/206/Tripartito 3.jpg Tripartito 3.jpg 387067 image/jpeg
1229 206 A images/vendor_directory/206/Tripartito 1.jpg Tripartito 1.jpg 295926 image/jpeg
1230 206 A images/vendor_directory/206/Tripartito 2.jpg Tripartito 2.jpg 257699 image/jpeg
1231 206 A images/vendor_directory/206/Tripartito 4.jpg Tripartito 4.jpg 335189 image/jpeg