SELECT 
  cscart_images.*, 
  cscart_images_links.*, 
  cscart_common_descriptions.description AS alt, 
  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 (
    11314, 11310, 11305, 11309, 11308, 11307, 
    11306, 11315, 11311, 11316, 11312, 
    11317, 11313, 11318
  ) 
ORDER BY 
  cscart_images_links.position, 
  cscart_images_links.pair_id

Query time 0.00172

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "33.61"
    },
    "ordering_operation": {
      "using_filesort": true,
      "cost_info": {
        "sort_cost": "14.00"
      },
      "nested_loop": [
        {
          "table": {
            "table_name": "cscart_images_links",
            "access_type": "range",
            "possible_keys": [
              "object_id"
            ],
            "key": "object_id",
            "used_key_parts": [
              "object_id",
              "object_type",
              "type"
            ],
            "key_length": "81",
            "rows_examined_per_scan": 14,
            "rows_produced_per_join": 14,
            "filtered": "100.00",
            "index_condition": "((`dev_yourmart_co_bw`.`cscart_images_links`.`object_type` = 'product') and (`dev_yourmart_co_bw`.`cscart_images_links`.`type` = 'M') and (`dev_yourmart_co_bw`.`cscart_images_links`.`object_id` in (11314,11310,11305,11309,11308,11307,11306,11315,11311,11316,11312,11317,11313,11318)))",
            "cost_info": {
              "read_cost": "8.41",
              "eval_cost": "1.40",
              "prefix_cost": "9.81",
              "data_read_per_join": "1K"
            },
            "used_columns": [
              "pair_id",
              "object_id",
              "object_type",
              "image_id",
              "detailed_id",
              "type",
              "position"
            ]
          }
        },
        {
          "table": {
            "table_name": "cscart_images",
            "access_type": "eq_ref",
            "possible_keys": [
              "PRIMARY"
            ],
            "key": "PRIMARY",
            "used_key_parts": [
              "image_id"
            ],
            "key_length": "4",
            "ref": [
              "dev_yourmart_co_bw.cscart_images_links.detailed_id"
            ],
            "rows_examined_per_scan": 1,
            "rows_produced_per_join": 14,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "3.50",
              "eval_cost": "1.40",
              "prefix_cost": "14.71",
              "data_read_per_join": "10K"
            },
            "used_columns": [
              "image_id",
              "image_path",
              "image_x",
              "image_y",
              "is_high_res"
            ]
          }
        },
        {
          "table": {
            "table_name": "cscart_common_descriptions",
            "access_type": "eq_ref",
            "possible_keys": [
              "PRIMARY"
            ],
            "key": "PRIMARY",
            "used_key_parts": [
              "object_id",
              "lang_code",
              "object_holder"
            ],
            "key_length": "108",
            "ref": [
              "dev_yourmart_co_bw.cscart_images.image_id",
              "const",
              "const"
            ],
            "rows_examined_per_scan": 1,
            "rows_produced_per_join": 14,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "3.50",
              "eval_cost": "1.40",
              "prefix_cost": "19.61",
              "data_read_per_join": "8K"
            },
            "used_columns": [
              "object_id",
              "description",
              "lang_code",
              "object_holder"
            ]
          }
        }
      ]
    }
  }
}

Result

image_id image_path image_x image_y is_high_res pair_id object_id object_type detailed_id type position alt images_image_id
0 LEGACY_k4yw-0n.jpg 1190 1683 N 10822 11305 product 11563 M 0 11563
0 LEGACY_apxr-nc.jpg 1190 1683 N 10823 11306 product 11564 M 0 11564
0 LEGACY_bfz1-2k.jpg 1190 1683 N 10824 11307 product 11565 M 0 11565
0 LEGACY_ocvb-6n.jpg 1190 1683 N 10825 11308 product 11566 M 0 11566
0 LEGACY_xlmd-y8.jpg 1190 1683 N 10826 11309 product 11567 M 0 11567
0 LEGACY_0thm-bk.jpg 1190 1683 N 10827 11310 product 11568 M 0 11568
0 LEGACY_o0u6-9p.jpg 1190 1683 N 10828 11311 product 11569 M 0 11569
0 LEGACY_4a6o-wc.jpg 1190 1683 N 10829 11312 product 11570 M 0 11570
0 LEGACY_p01x-p7.jpg 1190 1683 N 10830 11313 product 11571 M 0 11571
0 LEGACY_p5il-ti.jpg 1190 1683 N 10831 11314 product 11572 M 0 11572
0 LEGACY_q6b7-hf.jpg 1190 1683 N 10832 11315 product 11573 M 0 11573
0 LEGACY_vd2l-el.jpg 1190 1683 N 10833 11316 product 11574 M 0 11574
0 LEGACY_tq0c-nv.jpg 1190 1683 N 10834 11317 product 11575 M 0 11575
0 LEGACY_q62q-5q.jpg 1190 1683 N 10835 11318 product 11576 M 0 11576