SELECT 
  cscart_images_links.*, 
  cscart_images.image_path, 
  cscart_common_descriptions.description AS alt, 
  cscart_images.image_x, 
  cscart_images.image_y, 
  cscart_images.image_id as images_image_id 
FROM 
  cscart_images_links 
  LEFT JOIN cscart_images ON cscart_images_links.detailed_id = cscart_images.image_id 
  LEFT JOIN cscart_common_descriptions ON cscart_common_descriptions.object_id = cscart_images.image_id 
  AND cscart_common_descriptions.object_holder = 'images' 
  AND cscart_common_descriptions.lang_code = 'en' 
WHERE 
  cscart_images_links.object_type = 'product' 
  AND cscart_images_links.type = 'M' 
  AND cscart_images_links.object_id IN (64191, 64194, 65136, 65161) 
ORDER BY 
  cscart_images_links.position, 
  cscart_images_links.pair_id

Query time 0.00053

JSON explain

{
  "query_block": {
    "select_id": 1,
    "read_sorted_file": {
      "filesort": {
        "sort_key": "cscart_images_links.position, cscart_images_links.pair_id",
        "table": {
          "table_name": "cscart_images_links",
          "access_type": "range",
          "possible_keys": ["object_id"],
          "key": "object_id",
          "key_length": "81",
          "used_key_parts": ["object_id", "object_type", "type"],
          "rows": 4,
          "filtered": 100,
          "index_condition": "cscart_images_links.object_type = 'product' and cscart_images_links.`type` = 'M' and cscart_images_links.object_id in (64191,64194,65136,65161)"
        }
      }
    },
    "table": {
      "table_name": "cscart_images",
      "access_type": "eq_ref",
      "possible_keys": ["PRIMARY"],
      "key": "PRIMARY",
      "key_length": "3",
      "used_key_parts": ["image_id"],
      "ref": ["cscart_migrate.cscart_images_links.detailed_id"],
      "rows": 1,
      "filtered": 100,
      "attached_condition": "trigcond(cscart_images_links.detailed_id = cscart_images.image_id)"
    },
    "table": {
      "table_name": "cscart_common_descriptions",
      "access_type": "eq_ref",
      "possible_keys": ["PRIMARY"],
      "key": "PRIMARY",
      "key_length": "107",
      "used_key_parts": ["object_id", "lang_code", "object_holder"],
      "ref": ["cscart_migrate.cscart_images.image_id", "const", "const"],
      "rows": 1,
      "filtered": 100,
      "attached_condition": "trigcond(cscart_common_descriptions.object_id = cscart_images.image_id and cscart_common_descriptions.object_holder = 'images' and cscart_common_descriptions.lang_code = 'en' and trigcond(cscart_images.image_id is not null))"
    }
  }
}

Result

pair_id object_id object_type image_id detailed_id type position image_type show_gallery gallery_category_id image_path alt image_x image_y images_image_id
29058 64191 product 0 41278 M 0 D 0 0 16-in-avalon-double-post-graphite-white.jpg 16" Avalon, 810-Graphite, Double Post Mount, 200-White, Smooth Direct Burial Pole, 200-White 600 600 41278
29097 64194 product 0 41317 M 0 D 0 0 universal-copper-double-post-mount-galvanized.jpg 16" Union, 995-Natural Raw Copper, Double Post Mount, 975-Galvanized, Smooth Direct Burial Pole, 975-Galvanized 600 600 41317
55640 65136 product 0 67873 M 0 D 0 0 original-copper-double-decorative-black-smooth_34tt-d2.jpg 14" The Originalâ„¢ LED, 995-Natural Raw Copper, Double Decorative Post Mount, 100-Black, Smooth Direct Burial Pole, 100-Black 600 600 67873
55933 65161 product 0 68166 M 0 D 0 0 original-copper-double_q9l1-nu.jpg 16" The Originalâ„¢ LED, 995-Natural Raw Copper, Double Post Mount, 975-Galvanized, Smooth Direct Burial Pole, 975-Galvanized, CGG-Standard Cast Guard, 975-Galvanized, CCR-Clear Crackle Glass 600 600 68166