SELECT 
  tmall_images.*, 
  tmall_images_links.*, 
  tmall_common_descriptions.description AS alt, 
  tmall_images.image_id AS images_image_id 
FROM 
  tmall_images_links 
  LEFT JOIN tmall_images ON tmall_images_links.image_id = tmall_images.image_id 
  LEFT JOIN tmall_common_descriptions ON tmall_common_descriptions.object_id = tmall_images.image_id 
  AND tmall_common_descriptions.object_holder = 'images' 
  AND tmall_common_descriptions.lang_code = 'en' 
WHERE 
  tmall_images_links.object_type = 'abt__ut2/menu-with-icon' 
  AND tmall_images_links.type = 'M' 
  AND tmall_images_links.object_id IN (216, 217, 225, 226, 227, 228, 229) 
ORDER BY 
  tmall_images_links.position, 
  tmall_images_links.pair_id

Query time 0.00972

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost": 0.045629354,
    "nested_loop": [
      {
        "read_sorted_file": {
          "filesort": {
            "sort_key": "tmall_images_links.position, tmall_images_links.pair_id",
            "table": {
              "table_name": "tmall_images_links",
              "access_type": "range",
              "possible_keys": ["object_id"],
              "key": "object_id",
              "key_length": "81",
              "used_key_parts": ["object_id", "object_type", "type"],
              "loops": 1,
              "rows": 7,
              "cost": 0.014721019,
              "filtered": 100,
              "index_condition": "tmall_images_links.object_type = 'abt__ut2/menu-with-icon' and tmall_images_links.`type` = 'M' and tmall_images_links.object_id in (216,217,225,226,227,228,229)"
            }
          }
        }
      },
      {
        "table": {
          "table_name": "tmall_images",
          "access_type": "eq_ref",
          "possible_keys": ["PRIMARY"],
          "key": "PRIMARY",
          "key_length": "4",
          "used_key_parts": ["image_id"],
          "ref": ["tmall.tmall_images_links.image_id"],
          "loops": 7,
          "rows": 1,
          "cost": 0.012922382,
          "filtered": 100
        }
      },
      {
        "table": {
          "table_name": "tmall_common_descriptions",
          "access_type": "eq_ref",
          "possible_keys": ["PRIMARY"],
          "key": "PRIMARY",
          "key_length": "108",
          "used_key_parts": ["object_id", "lang_code", "object_holder"],
          "ref": ["tmall.tmall_images.image_id", "const", "const"],
          "loops": 7,
          "rows": 1,
          "cost": 0.013536782,
          "filtered": 100,
          "attached_condition": "trigcond(tmall_common_descriptions.object_holder = 'images' and tmall_common_descriptions.lang_code = 'en' and trigcond(tmall_images.image_id is not null))"
        }
      }
    ]
  }
}

Result

image_id image_path image_x image_y is_high_res cp_in_opt_list transparent pair_id object_id object_type detailed_id type position alt images_image_id
8729 210-abt__ut2_mwi__icon_z85s-vy.png 64 64 N Y Y 6691 216 abt__ut2/menu-with-icon 0 M 0 8729
8730 211-abt__ut2_mwi__icon_xzcn-a3.png 64 64 N Y Y 6692 217 abt__ut2/menu-with-icon 0 M 0 8730
8738 222-abt__ut2_mwi__icon_qw2y-ct.png 64 64 N Y Y 6700 225 abt__ut2/menu-with-icon 0 M 0 8738
8739 223-abt__ut2_mwi__icon_2wqp-ir.png 64 64 N Y Y 6701 226 abt__ut2/menu-with-icon 0 M 0 8739
8740 224-abt__ut2_mwi__icon_wmzm-kx.png 64 64 N Y Y 6702 227 abt__ut2/menu-with-icon 0 M 0 8740
8741 225-abt__ut2_mwi__icon_wnnl-ld.png 64 64 N Y Y 6703 228 abt__ut2/menu-with-icon 0 M 0 8741
8742 226-abt__ut2_mwi__icon_ckdi-nd.png 64 64 N Y Y 6704 229 abt__ut2/menu-with-icon 0 M 0 8742