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 = 'ru' 
WHERE 
  cscart_images_links.object_type = 'product' 
  AND cscart_images_links.type = 'M' 
  AND cscart_images_links.object_id IN (
    853, 852, 874, 873, 867, 866, 865, 864, 
    878, 877, 876, 875, 833, 832
  ) 
ORDER BY 
  cscart_images_links.position, 
  cscart_images_links.pair_id

Query time 0.00076

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "86.01"
    },
    "ordering_operation": {
      "using_filesort": true,
      "cost_info": {
        "sort_cost": "15.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": 15,
            "rows_produced_per_join": 15,
            "filtered": "100.00",
            "index_condition": "((`cscart`.`cscart_images_links`.`object_type` = 'product') and (`cscart`.`cscart_images_links`.`type` = 'M') and (`cscart`.`cscart_images_links`.`object_id` in (853,852,874,873,867,866,865,864,878,877,876,875,833,832)))",
            "cost_info": {
              "read_cost": "32.01",
              "eval_cost": "3.00",
              "prefix_cost": "35.01",
              "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": [
              "cscart.cscart_images_links.detailed_id"
            ],
            "rows_examined_per_scan": 1,
            "rows_produced_per_join": 15,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "15.00",
              "eval_cost": "3.00",
              "prefix_cost": "53.01",
              "data_read_per_join": "11K"
            },
            "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": [
              "cscart.cscart_images.image_id",
              "const",
              "const"
            ],
            "rows_examined_per_scan": 1,
            "rows_produced_per_join": 15,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "15.00",
              "eval_cost": "3.00",
              "prefix_cost": "71.01",
              "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 Render_6860_Bed_cassia_white_bottom.png 1024 1024 N 7502 832 product 9133 M 0 9133
0 Render_5747_White_Bottom.png 1024 1024 N 7536 852 product 9153 M 0 9153
0 Render_formula_784_bottom.png 1024 1024 N 7553 864 product 9165 M 0 9165
0 Render_8906_bad_white_bottom.png 1024 1024 N 7569 873 product 9174 M 0 9174
0 Render_formula_697_bottom_er01-is.png 1024 1024 N 7572 875 product 9176 M 0 9176
0 Render_6860_Bed_cassia_grey_bottom.png 1024 1024 N 7504 833 product 9134 M 1 9134
0 Render_5747_grey_Bottom.png 1024 1024 N 7538 853 product 9154 M 1 9154
0 Render_formula_102_bottom.png 1024 1024 N 7557 865 product 9166 M 1 9166
0 Render_formula_697_bottom.png 1024 1024 N 7558 866 product 9167 M 1 9167
0 Render_formula_134_bottom.png 1024 1024 N 7559 867 product 9168 M 1 9168
0 Render_8906_bad_satin_bottom.png 1024 1024 N 7571 874 product 9175 M 1 9175
0 Render_formula_784_bottom_h2xc-td.png 1024 1024 N 7576 876 product 9177 M 1 9177
0 Render_formula_102_bottom_kfss-b0.png 1024 1024 N 7577 877 product 9178 M 1 9178
0 Render_formula_134_bottom_1tvq-ii.png 1024 1024 N 7578 878 product 9179 M 1 9179