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

Query time 0.00062

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
306 26 A images/vendor_directory/26/Berry funky 3.jpg Berry funky 3.jpg 351249 image/jpeg
307 26 A images/vendor_directory/26/Berry funky mind 1.jpg Berry funky mind 1.jpg 276116 image/jpeg
308 26 A images/vendor_directory/26/Berry funky mind 2.jpg Berry funky mind 2.jpg 301709 image/jpeg
309 26 A images/vendor_directory/26/Berry funky mind 4.jpg Berry funky mind 4.jpg 376819 image/jpeg