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.image_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 = 'A' 
  AND cscart_images_links.object_id IN (65300, 65301, 65422, 65423) 
ORDER BY 
  cscart_images_links.position, 
  cscart_images_links.pair_id

Query time 0.00061

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": 36,
          "filtered": 100,
          "index_condition": "cscart_images_links.object_type = 'product' and cscart_images_links.`type` = 'A' and cscart_images_links.object_id in (65300,65301,65422,65423)"
        }
      }
    },
    "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.image_id"],
      "rows": 1,
      "filtered": 100,
      "attached_condition": "trigcond(cscart_images_links.image_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
59108 65300 product 0 71341 A 0 D 0 0
59135 65422 product 0 71368 A 0 D 0 0
59136 65422 product 0 71369 A 0 D 0 0
59138 65422 product 0 71371 A 0 D 0 0
59139 65422 product 0 71372 A 0 D 0 0
59145 65423 product 0 71378 A 0 D 0 0
63560 65301 product 0 75793 A 0 D 0 0
56614 65301 product 0 68847 A 1 D 0 0
59106 65300 product 0 71339 A 1 D 0 0
59143 65423 product 0 71376 A 1 D 0 0
56560 65300 product 0 68793 A 2 D 0 0
59134 65422 product 0 71367 A 2 D 0 0
63559 65301 product 0 75792 A 2 D 0 0
64432 65423 product 0 76665 A 2 D 0 0
56561 65300 product 0 68794 A 3 D 0 0
56615 65301 product 0 68848 A 3 D 0 0
59133 65422 product 0 71366 A 3 D 0 0
59142 65423 product 0 71375 A 3 D 0 0
56612 65301 product 0 68845 A 4 D 0 0
59107 65300 product 0 71340 A 4 D 0 0
59144 65423 product 0 71377 A 4 D 0 0
56562 65300 product 0 68795 A 5 D 0 0
59118 65301 product 0 71351 A 5 D 0 0
59146 65423 product 0 71379 A 5 D 0 0
56616 65301 product 0 68849 A 6 D 0 0
64433 65423 product 0 76666 A 6 D 0 0
65068 65300 product 0 77301 A 6 D 0 0
59119 65301 product 0 71352 A 7 D 0 0
59137 65422 product 0 71370 A 7 D 0 0
66280 65422 product 0 78513 A 7 C 0 0
66281 65422 product 0 78514 A 7 C 0 0
67655 65422 product 0 79888 A 7 C 0 0
68056 65422 product 0 80289 A 7 C 0 0
69125 65422 product 0 81358 A 7 C 0 0
63561 65301 product 0 75794 A 8 D 0 0
56613 65301 product 0 68846 A 9 D 0 0