SELECT 
  vi_images.*, 
  vi_images_links.*, 
  vi_common_descriptions.description AS alt, 
  vi_images.image_id AS images_image_id 
FROM 
  vi_images_links 
  LEFT JOIN vi_images ON vi_images_links.image_id = vi_images.image_id 
  LEFT JOIN vi_common_descriptions ON vi_common_descriptions.object_id = vi_images.image_id 
  AND vi_common_descriptions.object_holder = 'images' 
  AND vi_common_descriptions.lang_code = 'es' 
WHERE 
  vi_images_links.object_type = 'ab__fn_menu_icon' 
  AND vi_images_links.type = 'M' 
  AND vi_images_links.object_id IN (
    235, 244, 252, 258, 264, 270, 275, 280, 
    285, 286
  ) 
ORDER BY 
  vi_images_links.position, 
  vi_images_links.pair_id

Query time 0.00040

JSON explain

{
  "query_block": {
    "select_id": 1,
    "nested_loop": [
      {
        "read_sorted_file": {
          "filesort": {
            "sort_key": "vi_images_links.position, vi_images_links.pair_id",
            "table": {
              "table_name": "vi_images_links",
              "access_type": "range",
              "possible_keys": ["object_id"],
              "key": "object_id",
              "key_length": "81",
              "used_key_parts": ["object_id", "object_type", "type"],
              "rows": 10,
              "filtered": 100,
              "index_condition": "vi_images_links.object_type = 'ab__fn_menu_icon' and vi_images_links.`type` = 'M' and vi_images_links.object_id in (235,244,252,258,264,270,275,280,285,286)"
            }
          }
        }
      },
      {
        "table": {
          "table_name": "vi_images",
          "access_type": "eq_ref",
          "possible_keys": ["PRIMARY"],
          "key": "PRIMARY",
          "key_length": "4",
          "used_key_parts": ["image_id"],
          "ref": ["devvipiriscom.vi_images_links.image_id"],
          "rows": 1,
          "filtered": 100
        }
      },
      {
        "table": {
          "table_name": "vi_common_descriptions",
          "access_type": "eq_ref",
          "possible_keys": ["PRIMARY"],
          "key": "PRIMARY",
          "key_length": "108",
          "used_key_parts": ["object_id", "lang_code", "object_holder"],
          "ref": ["devvipiriscom.vi_images.image_id", "const", "const"],
          "rows": 1,
          "filtered": 100,
          "attached_condition": "trigcond(vi_common_descriptions.object_holder = 'images' and vi_common_descriptions.lang_code = 'es' and trigcond(vi_images.image_id is not null))"
        }
      }
    ]
  }
}

Result

image_id image_path image_x image_y is_high_res transparent pair_id object_id object_type detailed_id type position alt images_image_id
9033 ab-fn-525.png 200 200 N N 3712 235 ab__fn_menu_icon 0 M 0 9033
9042 ab-fn-534.png 200 200 N N 3721 244 ab__fn_menu_icon 0 M 0 9042
9050 ab-fn-542.png 200 200 N N 3729 252 ab__fn_menu_icon 0 M 0 9050
9056 ab-fn-548.png 200 200 N N 3735 258 ab__fn_menu_icon 0 M 0 9056
9062 ab-fn-554.png 200 200 N N 3741 264 ab__fn_menu_icon 0 M 0 9062
9068 ab-fn-560.png 200 200 N N 3747 270 ab__fn_menu_icon 0 M 0 9068
9073 ab-fn-565.png 200 200 N N 3752 275 ab__fn_menu_icon 0 M 0 9073
9078 ab-fn-570.png 200 200 N N 3757 280 ab__fn_menu_icon 0 M 0 9078
9081 ab-fn-575.png 200 200 N N 3760 285 ab__fn_menu_icon 0 M 0 9081
9082 ab-fn-576.png 200 200 N N 3761 286 ab__fn_menu_icon 0 M 0 9082