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

Query time 0.00050

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": 4,
          "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
1111 182 A images/vendor_directory/182/Sofia Ortiz 1.jpg Sofia Ortiz 1.jpg 182753 image/jpeg
1112 182 A images/vendor_directory/182/Sofia Ortiz 2.jpg Sofia Ortiz 2.jpg 295501 image/jpeg
1113 182 A images/vendor_directory/182/Sofia Ortiz 3.jpg Sofia Ortiz 3.jpg 193800 image/jpeg
1114 182 A images/vendor_directory/182/Sofia Ortiz 4.jpg Sofia Ortiz 4.jpg 266363 image/jpeg