SELECT 
  * 
FROM 
  cscart_vd_vendor_images 
WHERE 
  brand_id = 81 
  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": 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
749 81 A images/vendor_directory/81/Rajael 1.jpg Rajael 1.jpg 275799 image/jpeg
750 81 A images/vendor_directory/81/Rajael 2.jpg Rajael 2.jpg 291503 image/jpeg
751 81 A images/vendor_directory/81/Rajael 3.jpg Rajael 3.jpg 304406 image/jpeg
752 81 A images/vendor_directory/81/Rajael 4.jpg Rajael 4.jpg 301008 image/jpeg