SELECT 
  * 
FROM 
  ushop_csc_product_questions 
WHERE 
  1 
  AND ushop_csc_product_questions.company_id = 0

Query time 0.00055

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "1.55"
    },
    "table": {
      "table_name": "ushop_csc_product_questions",
      "access_type": "ALL",
      "rows_examined_per_scan": 13,
      "rows_produced_per_join": 1,
      "filtered": "10.00",
      "cost_info": {
        "read_cost": "1.42",
        "eval_cost": "0.13",
        "prefix_cost": "1.55",
        "data_read_per_join": "1019"
      },
      "used_columns": [
        "name",
        "company_id",
        "value"
      ],
      "attached_condition": "(`marketplace`.`ushop_csc_product_questions`.`company_id` = 0)"
    }
  }
}

Result

name company_id value
admin_by_email 0 Y
admin_by_notification 0 Y
allow_answer_notification 0 Y
allow_answer_status 0 N
allow_delete_answer 0 N
allow_edit_answer 0 N
allow_edit_question 0 N
allow_guests 0 N
allow_multiple_response 0 N
email_user_id 0
notification_user_id 0
vendor_by_email 0 Y
vendor_by_notification 0 Y