SELECT 
  q_images.*, 
  q_images_links.*, 
  q_common_descriptions.description AS alt, 
  q_images.image_id AS images_image_id 
FROM 
  q_images_links 
  LEFT JOIN q_images ON q_images_links.image_id = q_images.image_id 
  LEFT JOIN q_common_descriptions ON q_common_descriptions.object_id = q_images.image_id 
  AND q_common_descriptions.object_holder = 'images' 
  AND q_common_descriptions.lang_code = 'en' 
WHERE 
  q_images_links.object_type = 'product' 
  AND q_images_links.type = 'M' 
  AND q_images_links.object_id IN (
    '190', '191', '192', '193', '194', '195', 
    '196', '197', '198', '152', '153', 
    '154', '155', '156', '157', '158', 
    '159', '160', '161', '162', '163', 
    '164', '165', '166', '167', '168', 
    '169', '170', '171', '172'
  ) 
ORDER BY 
  q_images_links.position, 
  q_images_links.pair_id

Query time 0.00183

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "236.41"
    },
    "ordering_operation": {
      "using_filesort": true,
      "cost_info": {
        "sort_cost": "43.00"
      },
      "nested_loop": [
        {
          "table": {
            "table_name": "q_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": 43,
            "rows_produced_per_join": 43,
            "filtered": "100.00",
            "index_condition": "((`portal`.`q_images_links`.`object_type` = 'product') and (`portal`.`q_images_links`.`type` = 'M') and (`portal`.`q_images_links`.`object_id` in ('190','191','192','193','194','195','196','197','198','152','153','154','155','156','157','158','159','160','161','162','163','164','165','166','167','168','169','170','171','172')))",
            "cost_info": {
              "read_cost": "81.61",
              "eval_cost": "8.60",
              "prefix_cost": "90.21",
              "data_read_per_join": "4K"
            },
            "used_columns": [
              "pair_id",
              "object_id",
              "object_type",
              "image_id",
              "detailed_id",
              "type",
              "position"
            ]
          }
        },
        {
          "table": {
            "table_name": "q_images",
            "access_type": "eq_ref",
            "possible_keys": [
              "PRIMARY"
            ],
            "key": "PRIMARY",
            "used_key_parts": [
              "image_id"
            ],
            "key_length": "4",
            "ref": [
              "portal.q_images_links.image_id"
            ],
            "rows_examined_per_scan": 1,
            "rows_produced_per_join": 43,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "43.00",
              "eval_cost": "8.60",
              "prefix_cost": "141.81",
              "data_read_per_join": "32K"
            },
            "used_columns": [
              "image_id",
              "image_path",
              "image_x",
              "image_y",
              "is_high_res"
            ]
          }
        },
        {
          "table": {
            "table_name": "q_common_descriptions",
            "access_type": "eq_ref",
            "possible_keys": [
              "PRIMARY"
            ],
            "key": "PRIMARY",
            "used_key_parts": [
              "object_id",
              "lang_code",
              "object_holder"
            ],
            "key_length": "107",
            "ref": [
              "portal.q_images.image_id",
              "const",
              "const"
            ],
            "rows_examined_per_scan": 1,
            "rows_produced_per_join": 43,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "43.00",
              "eval_cost": "8.60",
              "prefix_cost": "193.41",
              "data_read_per_join": "25K"
            },
            "used_columns": [
              "object_id",
              "description",
              "lang_code",
              "object_holder"
            ],
            "attached_condition": "<if>(is_not_null_compl(q_common_descriptions), (`portal`.`q_common_descriptions`.`object_id` = `portal`.`q_images`.`image_id`), true)"
          }
        }
      ]
    }
  }
}

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 334 152 product 2311 M 0
0 340 155 product 2317 M 0
0 342 156 product 2319 M 0
0 344 157 product 2321 M 0
0 347 159 product 2324 M 0
0 349 160 product 2326 M 0
0 351 161 product 2328 M 0
0 353 162 product 2330 M 0
0 355 163 product 2332 M 0
0 357 164 product 2334 M 0
0 359 165 product 2336 M 0
0 361 166 product 2338 M 0
0 363 167 product 2340 M 0
0 365 168 product 2342 M 0
0 367 169 product 2344 M 0
0 369 170 product 2346 M 0
0 371 171 product 2348 M 0
0 373 172 product 2350 M 0
0 408 190 product 2385 M 0
0 410 191 product 2387 M 0
0 412 192 product 2389 M 0
0 414 193 product 2391 M 0
0 416 195 product 2393 M 0
0 418 196 product 2395 M 0
0 420 197 product 2397 M 0
0 422 198 product 2399 M 0
0 542 194 product 2519 M 0
0 543 158 product 2520 M 0
0 41057 153 product 43019 M 0
0 73874 154 product 75825 M 0