SELECT 
  video_id, 
  product_id 
FROM 
  cscart_ab__video_gallery 
WHERE 
  product_id IN (
    10507, 10506, 10505, 10504, 10503, 10502, 
    10501, 10500, 10499, 10498, 10497, 
    9839, 12702, 9841, 9848, 9840, 9844, 
    9843, 9846, 9845, 9860, 9859, 9858, 
    9857, 9852, 9861, 9862, 9847, 9863, 
    9856, 9855, 9838, 9849, 9850, 9853, 
    9842, 9851, 9854, 10263, 10264, 10265, 
    10266, 10267, 10268, 10269, 10270, 
    10271, 10272, 10273, 10478, 9883, 9901, 
    10493, 10485, 10476, 10479, 10494, 
    10492, 10468, 9903, 10487, 9899, 10473, 
    10486
  ) 
  AND status = "A" 
  AND storefront_id IN (1, 0)

Query time 0.00229

JSON explain

{
  "query_block": {
    "select_id": 1,
    "table": {
      "table_name": "cscart_ab__video_gallery",
      "access_type": "ALL",
      "possible_keys": ["status", "product_id"],
      "rows": 77,
      "filtered": 83.11688232,
      "attached_condition": "cscart_ab__video_gallery.product_id in (10507,10506,10505,10504,10503,10502,10501,10500,10499,10498,10497,9839,12702,9841,9848,9840,9844,9843,9846,9845,9860,9859,9858,9857,9852,9861,9862,9847,9863,9856,9855,9838,9849,9850,9853,9842,9851,9854,10263,10264,10265,10266,10267,10268,10269,10270,10271,10272,10273,10478,9883,9901,10493,10485,10476,10479,10494,10492,10468,9903,10487,9899,10473,10486) and cscart_ab__video_gallery.`status` = 'A' and cscart_ab__video_gallery.storefront_id in (1,0)"
    }
  }
}

Result

video_id product_id
119 10506
120 10505
121 10504
122 10500
123 10501
125 10498
126 10507
127 10502
128 10497
129 10499
130 10503