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

Query time 0.00039

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": 6,
          "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
1210 202 A images/vendor_directory/202/Tot 1.jpg Tot 1.jpg 377854 image/jpeg
1211 202 A images/vendor_directory/202/Tot 2.jpg Tot 2.jpg 273955 image/jpeg
1212 202 A images/vendor_directory/202/Tot 3.jpg Tot 3.jpg 408571 image/jpeg
1213 202 A images/vendor_directory/202/Tot 4.jpg Tot 4.jpg 387480 image/jpeg