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 (62333, 63758, 62350, 63510) 
ORDER BY 
  cscart_images_links.position, 
  cscart_images_links.pair_id

Query time 0.00074

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": 45,
          "filtered": 100,
          "index_condition": "cscart_images_links.object_type = 'product' and cscart_images_links.`type` = 'A' and cscart_images_links.object_id in (62333,63758,62350,63510)"
        }
      }
    },
    "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
21282 62333 product 0 33163 A 0 D 0 0
24403 62350 product 0 36384 A 0 D 0 0
27210 63758 product 0 39387 A 0 D 0 0
30086 63510 product 0 42309 A 0 D 0 0
26503 63510 product 0 38670 A 1 D 0 0
27209 63758 product 0 39386 A 1 D 0 0
65589 62350 product 0 77822 A 1 D 0 0
71038 62333 product 0 83271 A 1 D 0 0
21283 62333 product 0 33164 A 2 D 0 0
27212 63758 product 0 39389 A 2 D 0 0
30085 63510 product 0 42308 A 2 D 0 0
65587 62350 product 0 77820 A 2 D 0 0
21354 62350 product 0 33235 A 3 D 0 0
24492 62333 product 0 36473 A 3 D 0 0
26504 63510 product 0 38671 A 3 D 0 0
27214 63758 product 0 39391 A 3 D 0 0
26505 63510 product 0 38672 A 4 D 0 0
27208 63758 product 0 39385 A 4 D 0 0
32168 62333 product 0 44401 A 4 D 0 0
65586 62350 product 0 77819 A 4 D 0 0
21284 62333 product 0 33165 A 5 D 0 0
27211 63758 product 0 39388 A 5 D 0 0
30087 63510 product 0 42310 A 5 D 0 0
65590 62350 product 0 77823 A 5 D 0 0
27213 63758 product 0 39390 A 6 D 0 0
30088 63510 product 0 42311 A 6 D 0 0
65577 62333 product 0 77810 A 6 D 0 0
65588 62350 product 0 77821 A 6 D 0 0
46462 63758 product 0 58695 A 7 C 0 0
58967 62350 product 0 71200 A 7 C 0 0
61984 63510 product 0 74217 A 7 C 0 0
65578 62333 product 0 77811 A 7 D 0 0
32170 62333 product 0 44403 A 8 C 0 0
46463 63758 product 0 58696 A 8 C 0 0
58968 62350 product 0 71201 A 8 C 0 0
59042 63510 product 0 71275 A 8 C 0 0
46464 63758 product 0 58697 A 9 C 0 0
53624 63510 product 0 65857 A 9 C 0 0
58969 62350 product 0 71202 A 9 C 0 0
65615 62333 product 0 77848 A 9 C 0 0
53617 63510 product 0 65850 A 10 C 0 0
58970 62350 product 0 71203 A 10 C 0 0
53623 63510 product 0 65856 A 11 C 0 0
59043 63510 product 0 71276 A 12 C 0 0
66838 63510 product 0 79071 A 12 C 0 0